home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Internet software / PageSpinner 2.01 / PageSpinner / PageSpinner.rsrc / TEXT_31118.txt < prev    next >
Text File  |  1997-06-12  |  942b  |  34 lines

  1. <!-- To create a page set that mixes column and row framesets you will need to create an enclosing frame set that contains 2 or more complete frame sets instead of just frames.  NOTE: Remove the original BODY tag in your document. -->
  2.  
  3. <FRAMESET Rows="*,42"> <!-- 42 is the height for the logotype frame-->
  4.  
  5.     <FRAMESET Cols="25%,75%">
  6.     <FRAME Name="contents" SRC="contents.html" Scrolling="Yes">
  7.     <FRAME Name="main" SRC="about.html" Scrolling="No">
  8.     </FRAMESET>
  9.  
  10.     <FRAMESET Rows="*">
  11.     <FRAME Name="logotype" SRC="logotype.html" Scrolling="No">
  12.     </FRAMESET>
  13.  
  14. <NOFRAMES>
  15. <BODY>
  16. <!-- Put text that will be displayed in browsers that doesn't handle frames here: -->
  17.  
  18. <H1>Welcome to our company!</H1>
  19.  
  20. This page looks better in a browser that can display frames.
  21. <P>
  22. <B>Contents</B>
  23. <P>
  24. <A HREF="about.html">About our company</A>
  25. <P>
  26. <A HREF="products.html">Products</A>
  27. <P>
  28. <A HREF="contact.html">Contact us</A>
  29.  
  30. </BODY>
  31. </NOFRAMES>
  32.  
  33. </FRAMESET>
  34.